runtime.sigctxt.sigcode (method)
5 uses
runtime (current package)
os_linux.go#L587: code := int32(c.sigcode())
os_linux.go#L916: code := int32(c.sigcode())
signal_linux_amd64.go#L48: func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }
signal_unix.go#L700: gp.sigcode0 = uintptr(c.sigcode())
signal_unix.go#L790: print("PC=", hex(c.sigpc()), " m=", mp.id, " sigcode=", c.sigcode(), "\n")
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |